home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / outpostfirewall / OutpostProInstall.exe / {code_GetUserTempDir} / ssi / SandBox.inf < prev    next >
Windows Setup INFormation  |  2007-11-16  |  2KB  |  73 lines

  1. ;Copyright (c) 2005-2007 Agnitum Ltd. All rights Reserved
  2. [Version]
  3. Signature    = "$Windows NT$"
  4. Class        = "SecurityEnhancer"                ;This is determined by the work this filter driver does
  5. ClassGuid     = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c}    ;Class = SecurityEnhancer
  6. Provider     = %MfgName%
  7. CatalogFile    = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir    = 12
  11. DriverFiles    = 12 ;%windir%\system32\drivers
  12.  
  13. [SourceDisksNames]
  14. 1 = %Disk1%
  15.  
  16. [SourceDisksFiles]
  17. %ImageName%.sys = 1
  18.  
  19. ;; Default install sections
  20. [DefaultInstall]
  21. OptionDesc    = %ServiceDesc%
  22. CopyFiles    = DriverFiles
  23.  
  24. [DefaultInstall.Services]
  25. AddService    = %ServiceName%,,Service
  26.  
  27. ;; Default uninstall sections
  28. [DefaultUninstall]
  29. DelFiles    = DriverFiles
  30. DelReg        = DelRegistry
  31.  
  32. [DefaultUninstall.Services]
  33. DelService    = %ServiceName%
  34.  
  35. ;; Services Section
  36. [Service]
  37. DisplayName    = %ServiceName%
  38. Description    = %ServiceDesc%
  39. ServiceBinary    = %12%\%ImageName%.sys    ;%windir%\system32\drivers\SandBox.sys
  40. ServiceType    = 1
  41. StartType    = 1    ; SERVICE_SYSTEM_START
  42. ;StartType    = 0    ; SERVICE_BOOT_START
  43. ErrorControl    = 1    ; SERVICE_ERROR_NORMAL
  44. ;LoadOrderGroup    = "Base"
  45. AddReg        = AddRegistry
  46.  
  47. ;; Registry Modifications
  48. [AddRegistry]
  49. HKLM,%Registry%,"DebugFlags",0x00010001,0
  50. HKR,Parameters,ConfigPath,,"\SystemRoot\System32\"
  51. ;;HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb9.xml"
  52. HKR,Parameters,VdbPath,,"\SystemRoot\System32\Filt\vdb.xml"
  53. HKR,Parameters,QuarantinePath,,"\SystemRoot\System32\Filt\qua"
  54. HKR,Parameters,TempPath,,"\SystemRoot\System32\Filt\tmp"
  55. HKR,Parameters,ASWdbPath,,"\SystemRoot\System32\Filt\spy6_main.sdb"
  56.  
  57. [DelRegistry]
  58. HKLM,%Registry%,"DebugFlags"
  59. HKLM,%Registry%,"Parameters"
  60.  
  61. ;; Copy Files
  62. [DriverFiles]
  63. %ImageName%.sys
  64.  
  65. ;; String Section
  66. [Strings]
  67. MfgName        = "Agnitum, Ltd."
  68. ServiceName = "SandBox"
  69. ServiceDesc = "Agnitum Host Protection Component"
  70. ImageName   = "SandBox"
  71. Registry    = "System\CurrentControlSet\Services\SandBox"
  72. Disk1        = "SandBox Source Media"
  73.